Show Style Sheet (IE)=javascript:var%20a=document.styleSheets;var%20s='<div%20style=\'font:x-small%20verdana\'><h1>Style%20sheet%20info%20for%20'+location.href+'</h1>';for%20(i=0;i<a.length;i++){var%20ss=a[i];s+='<h2>Style%20Sheet%20'+(i+1)+':%20'+ss.href+'</h2>';s+='<h2>Media:%20'+ss.media;s+='%20|%20Title:%20'+ss.title+'</h2>';s+='<h3>Rules:</h3>'+ss.cssText;s+='<hr>';}var%20a=s.split('\n');s=a.join('<br%20/>');s=s.toLowerCase()+'</div>';var%20cw=window.open('',%20'cw',%20'');cw.document.open();cw.document.write(s);cw.document.close();
Save as HTML (IE)=javascript:if(document.all)%7Bvoid(document.execCommand("SaveAs"))%7Delse%7Balert('Only%20for%20MSIE%204+');%7D
-=-
Show DIVs (IE&&MZ)=javascript:if(frames.length>1)alert('This%20bookmarklet%20does%20not%20work%20with%20frames.');else%20var%20t=document.getElementsByTagName('div');if(t.length=='')alert('No%20Div%20elements');else%20for(i=0;i<t.length;i++){void(t[i].style.padding='5px;');b=i+1;h=t[i].innerHTML;void(t[i].innerHTML='<p%20style=\'color:red;font-weight:bold;\'>'+b+'</p>'+h);void(t[i].style.border='1px%20dashed%20red');}
Table Cell Order (IE&&MZ)=javascript:var%20b=0;t=document.getElementsByTagName('*');{for(i=0;i<t.length;i++){if(t[i].tagName.toLowerCase()=='th'||t[i].tagName.toLowerCase()=='td'){b+=1;h=t[i].innerHTML;void(t[i].innerHTML='<span%20style=\'color:navy;font-weight:bold;background-color:#ffefd5;\'>'+b+'</span><br%20/>'+h);void(t[i].style.border='1px%20dashed%20red');}}}if(b==0)alert('No%20th%20or%20td%20Elements%20Used');
Show Images (IE)=javascript:var%20z=0,tag=new%20Array('img');for(n=0;n<tag.length;n++){t=document.getElementsByTagName(tag[n]);{for(i=0;i<t.length;i++){{var%20l;if(t[i].attributes.alt.specified)l='alt="'+t[i].alt+'"';else%20l='<strong%20style="color:red">NoAlt!</strong>'}h=t[i].outerHTML;void(t[i].outerHTML='<span%20style="color:navy;font:x-small%20arial;background:#f5deb3;"><b><'+tag[n]+'%20'+l+'></b></span>%20'+h);void(t[i].style.padding='3px',t[i].style.border='1px%20solid%20red');if(h!='')void(z=z+1);}}}if(z==0)alert('No%20Images');
Show Other Element(s) (IE&&MZ)=javascript:void(elName=prompt('Which%20elements?%20input,%20p,%20span%20...',''));void(brdrClr=prompt('What%20color?%20green,%20black,%20white...','red'));if(elName){theEls=document.getElementsByTagName(elName);if(theEls.length!=0){for(i=0;i%3ctheEls.length;i++){void(theEls[i].style.border='solid%202px%20red');void(theEls[i].style.borderColor=brdrClr)}}else{alert('no%20'+elName+'%20elements%20%20found')}}
-=-
Link List (IE)=javascript:var%20l=document.links.length;var%20s='';for%20(i=0;i<l;i++){var%20lk=document.links[i];s+='<tr>';s+='<td>'%20+%20lk.innerHTML%20+%20'á</td>';s+='<td>'%20+%20lk.title%20+%20'á</td>';s+='<td><a%20href='+lk.href+'>'%20+%20lk.href%20+%20'</a></td>';s+='</tr>';}s='<table%20border=1%20style=\'font:x-small%20verdana\'><caption>Links%20for:%20'+document.location.href+'</caption><tr><th>Text</th><th>Title</th><th>URL</th></tr>'+s+'</table>';var%20lw=window.open('',%20'lw',%20'');lw.document.open();lw.document.write(s);lw.document.close();
List Frames =javascript:(function(){var%20s='';function%20getF(w,lvl){try{if(lvl>0){s+='<body%20style=\'font:smaller%20arial\'><ul><li>';if(w.name!='')s+='<b>'+w.name+'</b><br>\n';}else{s+='<b>'+w.document.title+'</b><br>\n';}s+='<a%20href=\''+w.location.href+'\'>'+w.location.href+'</a>\n';for(var%20i=0;F=w.frames[i];i++){getF(F,++lvl);}if(lvl>0)s+='</li></ul></body>\n';}catch(e){s+='(IFRAME%20or%20cross-domain)\n';}}if(!frames.length)alert('No%20frames.');else{getF(window,0);w=open();w.document.write(s);w.document.close();}})()
-=-
Metadata information (IE)=javascript:var%20s='';var%20mt=document.getElementsByTagName('meta');for(i=0;i<mt.length;i++){s=s+'<tr%20valign=top>';s=s+'<td>'+mt[i].name+' </td>';s=s+'<td>'+mt[i].content+'</td>';s=s+'<td>'+mt[i].httpEquiv+' </td>';s=s+'</tr>';}s='<p%20style=\'font:.8em%20arial;\'><b>URL%20</b>'+document.location.href+'</p><table%20border=1%20style=\'font:.8em%20arial\'><tr><th>Name</th><th>Content</th><th>HttpEquiv</th></tr>'+s+'</table>';var%20m=window.open('','m','');m.document.open();m.document.write(s);m.document.close();
Colours used (IE)=javascript:void(S=document.body.innerHTML.replace(/href="[^"]*"/g,'').replace(/[0-9]{3,6};/g,''),sS=document.styleSheets,w='<tt>',L=new%20Array());for(i=0;i<sS.length;i++){void(S+=sS[i].cssText);}if(K=S.match(/#[0-9a-f]{3,6}/gi)){for(k=0;k<K.length;k++){if(!L[K[k]]){w+=L[K[k]]='<body%20bgcolor=#c0c0c0><div%20style="border-left:20px%20solid%20'+K[k]+';color:'+K[k]+'">á'+K[k]+'</div>'}}void(window.open().document.write(w));}else{void(alert('No%20colors%20found.'))}